.. _`List to Json`: .. _`org.sysess.sympathy.json.listtojson`: List to Json ```````````` .. image:: list_to_json.svg :width: 48 Convert Sympathy list of Json elements to Json with a top-level list. Definition :::::::::: Input ports ........... **json_list** | Type: [json] | Description: Json list Output ports ............ **json** | Type: json | Description: Json Related nodes ............. * :ref:`org.sysess.sympathy.json.jsontolist` * :ref:`org.sysess.sympathy.json.jsontodict` * :ref:`org.sysess.sympathy.json.dicttojson` Examples ........ The node can be found in: * :download:`MongoDBBasicOperations.syx ` Implementation .............. .. automodule:: node_json_convert :noindex: .. class:: ListToJson :noindex: